ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ItemsBoundControlTagHelper<T,TControl> Class / GotFocus Property

In This Topic
    GotFocus Property (ItemsBoundControlTagHelper<T,TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.Control.OnClientGotFocus client event. Occurs when the control gets the focus.
    Syntax
    'Declaration
     
    Public Property GotFocus As String
    public string GotFocus {get; set;}
    See Also